home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000308_phb@aegle.fr_Wed Jan 23 09:35:19 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  29 lines

  1. Article: 13142 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!feeder.qis.net!sn-xit-02!supernews.com!postnews1.google.com!not-for-mail
  3. From: phb@aegle.fr (Philippe Brun)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: access a COM port through TCP/IP
  6. Date: 23 Jan 2002 02:08:07 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 11
  9. Message-ID: <60e51c94.0201230208.4495aa3e@posting.google.com>
  10. NNTP-Posting-Host: 194.250.151.29
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1011780489 9580 127.0.0.1 (23 Jan 2002 10:08:09 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 23 Jan 2002 10:08:09 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13142
  17.  
  18. I'm running a client program on a Unix host and i want to access a
  19. device connected to a COM port of a PC running Windows
  20.  
  21. So I'm trying to set up my PC to :
  22. - listen for TCP connections on a predefined port
  23. - open a (say) COM1 communication
  24. - redirect information to and from both ports without any modification
  25.  
  26. Would kermit be able to do this for me ?
  27.  
  28. Thank you for your help
  29.